From: Jonathan Lebon Date: Wed, 18 Apr 2018 19:57:59 +0000 (-0400) Subject: tests/installed: increase async retries to 500 X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~205^2^2~39 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6d01d82b9b28d93364ada3cf7c199f08a4291fab;p=ostree.git tests/installed: increase async retries to 500 It seems like 240 retries is just not long enough for all the non-destructive tests running in parallel to finish. Let's crank that up to 500 retries. Closes: #1548 Approved by: cgwalters --- diff --git a/tests/installed/execute_batch.yml b/tests/installed/execute_batch.yml index 7fd8374b..fe2b5702 100644 --- a/tests/installed/execute_batch.yml +++ b/tests/installed/execute_batch.yml @@ -19,4 +19,4 @@ loop_var: "async_result_item" register: async_poll_results until: async_poll_results.finished - retries: 240 + retries: 500